home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1997 #1
/
Amiga Plus CD - 1997 - No. 01.iso
/
pd
/
programmierung
/
oberonv4
/
tool
/
def.tool
(
.txt
)
< prev
next >
Wrap
Oberon Text
|
1996-01-22
|
1KB
|
25 lines
Syntax10.Scn.Fnt
Syntax10i.Scn.Fnt
Def.Show ^
Def.Show *
Def.Show */p
Def.Show ~
-----------------------------------------------------------
Oberon / Oberon-2 Definition Projector (cas 8-Feb-91)
Extracts the exported part of a module and displays the result as a
"definition module", called a definition projection. Besides the usual
Oberon export rule, comments may be exported by using one of the
following conventions:
(** ... *)
(** ... **)
All export marks (*) are removed from the projection to reduce clutter.
However, limited export marks (-) are preserved. Textual formatting
(indentation, fonts) is mostly preserved. Projecting a definition is fast
enough to encourage on-the-fly projection without ever storing a
projection which could easily lead to inconsistencies.
(Note that projections are always related to source texts, while the
system browser produces results consistently related to symbol files.)
Def.Show follows the usual parameter conventions. The option "/p"
forces "plain style" projections using the default font, only.
-----------------------------------------------------------